Skip to content

Conversation

@krowvin
Copy link
Collaborator

@krowvin krowvin commented Aug 23, 2025

Adds docs on how to:

  1. Get started
  2. Add a new page
  3. Understand vite env files
  4. References to parent react libraries
  5. Requried requisits
  6. Reference to the cda-gui README from the root contributing doc

This is marked as draft so we can review and/or add more to it after #1244 is merged.

```
Otherwise JOOQ creates a new name each time the query is run which can starved the shared memory.
`
Otherwise JOOQ creates a new name each time the query is run which can starved the shared memory.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Otherwise JOOQ creates a new name each time the query is run which can starved the shared memory.
Otherwise JOOQ creates a new name each time the query is run which can starve the shared memory.

```sql
1. Use the JOOQ wrapper. Generally the wrapper provides sufficiently reasonable query generation.
However, _DO NOT_ be afraid to say, "that looks terrible", and tweak it until it generates something better.
a. If the query you're making has nested queries name the queries. Example
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
a. If the query you're making has nested queries name the queries. Example
a. If the query you're making has nested queries, name the queries. Example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants